home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 December / chip-cd_2006_12.zip / 12 / Pakiet internetowy / Menedzery hasel / Hasla 1.13 / hasla113.exe / install_script.iss
Text File  |  2006-11-01  |  10KB  |  162 lines

  1. ;InnoSetupVersion=5.1.2
  2.  
  3. [Setup]
  4. AppName={cm:MyAppVerName}
  5. AppVerName={cm:MyAppVerName}
  6. AppId={cm:MyApp}
  7. AppVersion=1.13
  8. AppPublisher=BLITZ-ART
  9. AppPublisherURL=http://www.blitz-art.com
  10. AppSupportURL=http://www.blitz-art.lsp.pl/index.php?s=prg/hasla
  11. AppUpdatesURL=http://www.blitz-art.lsp.pl/dl.php?plik=hasla
  12. DefaultDirName={pf}\{cm:MyApp}
  13. DefaultGroupName={cm:MyApp}
  14. UninstallDisplayIcon={app}\hasla.exe
  15. OutputBaseFilename=hasla113
  16. Compression=lzma
  17. PrivilegesRequired=none
  18. AllowNoIcons=yes
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{app}\hasla.exe"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\hasla.ini"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\hasla.dat"; DestDir: "{app}"; Flags: onlyifdoesntexist ignoreversion 
  26. Source: "{app}\hasla.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\hasla.chm"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\lng\deutsch.lng"; DestDir: "{app}\lng"; Flags: ignoreversion 
  29. Source: "{app}\lng\english.lng"; DestDir: "{app}\lng"; Flags: ignoreversion 
  30. Source: "{app}\lng\translation.txt"; DestDir: "{app}\lng"; Flags: ignoreversion 
  31. Source: "{app}\licencja.rtf"; DestDir: "{app}"; Languages: "pl"; Flags: ignoreversion 
  32. Source: "{app}\historia.rtf"; DestDir: "{app}"; Languages: "pl"; Flags: ignoreversion 
  33. Source: "{app}\license.rtf"; DestDir: "{app}"; Languages: "en de"; Flags: ignoreversion 
  34. Source: "{app}\history.rtf"; DestDir: "{app}"; Languages: "en de"; Flags: ignoreversion 
  35.  
  36. [INI]
  37. FileName: "{app}\hasla.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.blitz-art.lsp.pl/index.php?s=prg/hasla"; 
  38. FileName: "{app}\hasla.ini"; Section: "settings"; Key: "Language"; String: "{cm:LangName}"; 
  39.  
  40. [Run]
  41. Filename: "{app}\hasla.exe"; Description: "{cm:LaunchProgram}"; Flags: postinstall skipifsilent nowait
  42. Filename: "{app}\hasla.chm"; Description: "{cm:ShowManual}"; Flags: shellexec postinstall nowait
  43. Filename: "http://www.blitz-art.com"; Description: "{cm:VisitBLITZART}"; Flags: shellexec postinstall skipifsilent nowait
  44. Filename: "http://www.blitzart.fora.pl/viewforum.php?f5"; Description: "{cm:VisitForum}"; Flags: shellexec postinstall unchecked skipifsilent nowait
  45. Filename: "http://www.gaijin.at/dlpg.php"; Description: "{cm:DownloadPassGen}"; Flags: shellexec postinstall unchecked skipifsilent nowait
  46.  
  47. [UninstallRun]
  48. Filename: "http://www.blitz-art.lsp.pl/index.php?s=deinstalacja&appid=5&ver=1.13&lng= + CustomMessage('LangSign')"; Flags: shellexec nowait
  49.  
  50. [Icons]
  51. Name: "{group}\{cm:MyApp}"; Filename: "{app}\hasla.exe"; 
  52. Name: "{group}\{cm:ProgramOnTheWeb}"; Filename: "{app}\hasla.url"; 
  53. Name: "{group}\{cm:AppHistory}"; Filename: "{app}\historia.rtf"; Languages: "pl"; 
  54. Name: "{group}\{cm:AppLicense}"; Filename: "{app}\licencja.rtf"; Languages: "pl"; 
  55. Name: "{group}\{cm:AppHistory}"; Filename: "{app}\history.rtf"; Languages: "en de"; 
  56. Name: "{group}\{cm:AppLicense}"; Filename: "{app}\license.rtf"; Languages: "en de"; 
  57. Name: "{group}\{cm:UninstallProgram}"; Filename: "{uninstallexe}"; 
  58. Name: "{group}\{cm:AppManual}"; Filename: "{app}\hasla.chm"; 
  59. Name: "{userdesktop}\{cm:MyApp}"; Filename: "{app}\hasla.exe"; Tasks: desktopicon; 
  60. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\{cm:MyApp}"; Filename: "{app}\hasla.exe"; Tasks: quicklaunchicon; 
  61.  
  62. [Tasks]
  63. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:ShortcutIcons}"; 
  64. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:ShortcutIcons}"; 
  65.  
  66. [UninstallDelete]
  67. Type: files; Name: "{app}\hasla.url"; 
  68. Type: files; Name: "{app}\hasla.cfg"; 
  69.  
  70. [CustomMessages]
  71. en.AdditionalIcons=Additional icons:
  72. en.CreateDesktopIcon=Create a &desktop icon
  73. en.CreateQuickLaunchIcon=Create a &Quick Launch icon
  74. en.AssocFileExtension=&Associate %1 with the %2 file extension
  75. en.AssocingFileExtension=Associating %1 with the %2 file extension...
  76. pl.AssocFileExtension=&Przypisz program %1 do rozszerzenia pliku %2
  77. pl.AssocingFileExtension=Przypisywanie programu %1 do rozszerzenia pliku %2...
  78. de.AssocFileExtension=&Registriere %1 mit der %2-Dateierweiterung
  79. de.AssocingFileExtension=%1 wird mit der %2-Dateierweiterung registriert...
  80. pl.LangName=polski
  81. pl.LangSign=PL
  82. pl.MyAppName=Has│a
  83. pl.MyAppVerName=Has│a 1.13
  84. pl.MyApp=Has│a
  85. pl.LaunchProgram=&Uruchom program Has│a
  86. pl.ShowManual=&Zobacz dokumentacjΩ programu Has│a
  87. pl.VisitBLITZART=Odwiedƒ serwis internetowy grupy programistycznej &BLITZ-ART
  88. pl.VisitForum=Odwiedƒ &forum programu Has│a
  89. pl.DownloadPassGen=Sprawdƒ darmowy program do generowania hase│ autorstwa Gaijina - &Password Generator
  90. pl.AppManual=Dokumentacja programu Has│a
  91. pl.ShortcutIcons=Ikony skr≤t≤w:
  92. pl.UninstallProgram=Odinstaluj Has│a
  93. pl.NameAndVersion=Has│a wersja 1.13
  94. pl.AdditionalIcons=Dodatkowe ikony:
  95. pl.CreateDesktopIcon=Utw≤rz na &pulpicie
  96. pl.CreateQuickLaunchIcon=Utw≤rz na pasku &szybkiego uruchamiania
  97. pl.ProgramOnTheWeb=Has│a w Internecie
  98. pl.AppHistory=Historia wersji
  99. pl.AppLicense=Licencja programu
  100. pl.DefaultPasswordLine0=Wa┐ne, przeczytaj proszΩ!
  101. pl.DefaultPasswordLine1=PamiΩtaj, ┐eby przy pierwszym uruchomieniu programu u┐yµ domy£lnego has│a do logowania: blitz-art.
  102. pl.DefaultPasswordLine2=Po zalogowaniu nale┐y bezzw│ocznie zmieniµ domy£lne has│o na w│asne unikatowe has│o.
  103. pl.PortableHasla1=DostΩpna jest specjalna wersja programu Has│a przeznaczona do u┐ytku na urz╣dzeniach przeno£nych!
  104. pl.PortableHasla2=Grupa programistyczna BLITZ-ART po wielu pro£bach u┐ytkownik≤w postanowi│a udostΩpniµ tak┐e specjaln╣ wersjΩ programu Has│a, kt≤ra nie wymaga instalacji. Mo┐na j╣ skopiowaµ na wszelkiego rodzaju pamiΩci przeno£ne i u┐ywaµ bez instalacji. Ta specjalna, pozbawiona instalatora, wersja programu dostΩpna jest do pobrania z serwera grupy programistycznej BLITZ-ART.
  105. pl.PortableHasla3=Czy chcesz rozpocz╣µ pobieranie pliku automatycznie (117kB, archiwum ZIP)? Wybranie przycisku 'Tak' zako±czy dzia│anie instalatora.
  106. en.LangName=english
  107. en.LangSign=EN
  108. en.MyAppName=Hasla (Passwords)
  109. en.MyAppVerName=Hasla (Passwords) 1.13
  110. en.MyApp=Hasla
  111. en.LaunchProgram=&Launch Hasla (Passwords)
  112. en.ShowManual=Show Hasla (Passwords) &manual [PL]
  113. en.VisitBLITZART=Visit &BLITZ-ART programming group website [PL]
  114. en.VisitForum=Visit Hasla (Passwords) &forum
  115. en.DownloadPassGen=Check out Gaijin's &Password Generator freeware tool
  116. en.AppManual=Hasla Manual
  117. en.ShortcutIcons=Shortcut icons:
  118. en.UninstallProgram=Uninstall Hasla
  119. en.NameAndVersion=Hasla version 1.13en.AdditionalIcons=Additional icons:en.CreateDesktopIcon=Create a &desktop iconen.CreateQuickLaunchIcon=Create a &quick launch icon
  120. en.ProgramOnTheWeb=Hasla on the Web
  121. en.AppHistory=Version history
  122. en.AppLicense=Program license
  123. en.DefaultPasswordLine0=Important, please read this!
  124. en.DefaultPasswordLine1=Remember to use program's default password when launching Hasla (Passwords) for the first time. This password is: blitz-art.
  125. en.DefaultPasswordLine2=After logging in please change this password to Your own immediately.
  126. en.PortableHasla1=A special portable edition of Hasla (Passwords) software is available for portable devices!
  127. en.PortableHasla2=BLITZ-ART programming group, after receiving many user requests, has decided to release a special portable edition of Hasla (Passwords) software that doesnÆt require installation process. This special version, that doesnÆt require setup, is available for download on BLITZ-ART programming group server.
  128. en.PortableHasla3=Do you want to start downloading the file now (117kB, ZIP archive)? Chosing 'Yes' will cancel the installation process.
  129. de.LangName=deutsch
  130. de.LangSign=DE
  131. de.MyAppName=Hasla (Passwords)
  132. de.MyAppVerName=Hasla (Passwords) 1.13
  133. de.MyApp=Hasla
  134. de.LaunchProgram=Hasla &starten
  135. de.ShowManual=Anleitung zu Hasla anzeigen [PL]
  136. de.VisitBLITZART=Webseite von &BLITZ-ART besuchen [PL]
  137. de.VisitForum=Hasla-&Forum besuchen
  138. de.DownloadPassGen=Gaijin's &Password Generator (Freeware) herunterladen
  139. de.AppManual=Anleitung zu Hasla
  140. de.ShortcutIcons=Abkⁿrzung Symbole:
  141. de.UninstallProgram=Hasla entfernen
  142. de.NameAndVersion=Hasla Version 1.13
  143. de.AdditionalIcons=ZusΣtzliche Symbole:
  144. de.CreateDesktopIcon=&Desktop-Symbol anlegen
  145. de.CreateQuickLaunchIcon=Symbol in der &Schnellstartleiste anlegen
  146. de.ProgramOnTheWeb=Hasla-Webseite
  147. de.AppHistory=Versions-Historie
  148. de.AppLicense=Programmlizenz
  149. de.DefaultPasswordLine0=Wichtig, bitte lesen!
  150. de.DefaultPasswordLine1=Wenn Sie Hasla (Passw÷rter) das erste Mal starten, verwenden Sie bitte "blitz-art" als Einstiegspasswort.
  151. de.DefaultPasswordLine2=Danach sollten Sie unverzⁿglich das Passwort Σndern.
  152. de.PortableHasla1=Das Programm Hasla (Passwords) ist auch fⁿr USB-Sticks verfⁿgbar!
  153. de.PortableHasla2=BLITZ-ART bietet auch eine Portable-Edition von Hasla (Passwords) an, die keine Installation ben÷tigt. Diese kann von unserem Webserver heruntergeladen werden.
  154. de.PortableHasla3=M÷chten Sie die Datei jetzt herunterladen (117kB, ZIP-Archiv)? Zum Abbrechen der Installation wΣhlen Sie bitte 'Ja'.
  155.  
  156. [Languages]
  157. ; These files are stubs
  158. ; To achieve better results after recompilation, use the real language files
  159. Name: "en"; MessagesFile: "embedded\en.isl"; LicenseFile: "embedded\enLicense.rtf"; InfoBeforeFile: "embedded\enInfoBefore.rtf"; InfoAfterFile: "embedded\enInfoAfter.rtf"; 
  160. Name: "pl"; MessagesFile: "embedded\pl.isl"; LicenseFile: "embedded\plLicense.rtf"; InfoBeforeFile: "embedded\plInfoBefore.rtf"; InfoAfterFile: "embedded\plInfoAfter.rtf"; 
  161. Name: "de"; MessagesFile: "embedded\de.isl"; LicenseFile: "embedded\deLicense.rtf"; InfoBeforeFile: "embedded\deInfoBefore.rtf"; InfoAfterFile: "embedded\deInfoAfter.rtf"; 
  162.